<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å¯¼èˆªæ&nbsp;*/
.navline{
	border-bottom: 1px solid #ebebec;
}
.navheight{
	height:120px;
	}
.logo{
	height:120px;
	}
.topnav{
	height:40px;
	line-height:40px;
	color: #888888; 
	text-align:right;
	}
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: auto;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 &gt; ul &gt; li {
  float: left;
}
.nav_menu3.align-center &gt; ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center &gt; ul &gt; li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right &gt; ul &gt; li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 &gt; ul &gt; li &gt; a {
	width:112px;
	height:80px;
	font-size:17px;
	font-weight:440;
	line-height:80px;
	text-align:center;
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav_menu3 &gt; ul &gt; li:hover &gt; a {
  color: #990B2C;
  background: #FFF;
  border-bottom:3px solid #90272c;
  }
.nav_menu3 &gt; ul &gt; li.nav-has-sub &gt; a {
  padding-right: 0px;
}
.nav_menu3 &gt; ul &gt; li.nav-has-sub &gt; a::after {
  position: absolute;
  top: 35px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3 &gt; ul &gt; li.nav-has-sub:hover &gt; a::after {
  border-color: #90272c;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
.nav_menu3 &gt; ul &gt; li &gt; ul {    
}
.nav_menu3 li:hover &gt; ul {
  left: auto;
}
.nav_menu3.align-right li:hover &gt; ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover &gt; ul &gt; li {
  height: 52px;
}
.nav_menu3 ul ul li a {
  padding: 20px 20px;
  margin-left:-30px;
  width: 180px;
  text-align:center;
  background: #ebebeb;
  text-decoration: none;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-top: 1px solid #cdcdcd;
}
.nav_menu3 ul ul li:hover &gt; a,
.nav_menu3 ul ul li a:hover {
  color: #fff;
  background: #90272c;
  border-top: 1px solid #90272c;
}
.nav_menu3 ul ul li.nav-has-sub &gt; a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub &gt; a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover &gt; a::after {
  border-color: #990B2C;
}
/*å¯¼èˆªæ&nbsp;*/


/* æ–°é—»ä¸­å¿ƒ */
.newscenter{
	height:550px;
	background-color:#ffffff;
	}
.newstitlezh{
	padding-top:40px;
	height:70px;
	line-height:30px;
	font-size:26px;
	text-align:center;
	}
.newstitleen{
	padding-bottom:40px;
	height:66px;
	line-height:26px;
	font-size:20px;
	text-align:center;
	color:#aaaaaa;
	}
.newstitle{
	text-align:left;
	font-size:16px;
	padding-top:5px;
	}
.newstext{
	font-size:14px;
	text-align:left;
	height:48px;
	line-height:24px;
	color:#888888;
	margin-bottom:20px;
	}
.newsbutton{
	width:100%;
	text-align:center;
	}
/* æ–°é—»ä¸­å¿ƒ */

/* ç”Ÿäº§åŸºåœ° */
.manufacturingbase{
	height:1100px;
	background-color:#ebebeb;
	}
.manufacturingbasetext{
	font-size:24px;
	color:#888888;
	}
/* ç”Ÿäº§åŸºåœ° */

/* å…³äºŽå»ºåŽ-è§†é¢‘ */
.aboutvideo{
	height:100%;
	background-color:#ebebeb;
	}
.aboutvideoimg{
	width:57%;
	margin: 0px;
	padding: 0px;
	}
.aboutvideotext{
	width:40%;
	margin-left:2%;
	color:#333333;
	font-size:16px;
	line-height:32px;
	text-align:left;
	}
/* å…³äºŽå»ºåŽ-è§†é¢‘ */

/* å…³äºŽå»ºåŽ */
.aboutjianhua{
	height:600px;
	background-color:#ffffff;
	}
/* å…³äºŽå»ºåŽ */
	
/*åº•éƒ¨*/
.foot{
	height:260px;
	background-color:#ebebeb;
	}
.foottitle{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dddddd;
}
.foottitleleft{
	font-size: 18px;
}
.foottitleright{
	font-size: 18px;
}
.footleft{
	margin-top: 30px;
	width:434px;
	}
.footlefttitlezh{
	margin-top:50px;
	height:30px;
	line-height:30px;
	font-size:26px;
	text-align:left;
	color:#333333;
	}

.footlefttitleen{
	color:#aaaaaa;
	margin-bottom:30px;
	height:30px;
	line-height:30px;
	font-size:20px;
	text-align:left;
	color:#aaaaaa;
	}
.footlefttext{
	color:#888888;
	font-size:16px;
	text-align:left;
	line-height:24px;
	}
.footleftico1{
	background-image:url(../img/contacticon1.png) ;
	background-size:24px 24px;
	background-repeat:no-repeat;
	padding-left:36px;
	}
.footleftico2{
	background-image:url(../img/contacticon2.png);
	background-size:24px 24px;
	background-repeat:no-repeat;
	padding-left:36px;
	}
.footleftico3{
	background-image:url(../img/contacticon3.png);
	background-size:24px 24px;
	background-repeat:no-repeat;
	padding-left:36px;
	}
.footleftheight{
	height:15px;
	}
.footright{
	width:766px;
	text-align:right;
	}
.footright ul{
	padding-top:20px;
	padding-left:102px;
	}
.footright ul li{
	float:left;
	width:130px;
	margin-left:36px;
	text-align:center;
	}
.footrighttext{
	height:36px;
	line-height:36px;
	font-size:16px;
	color:#666666;
	}
.foot-line{
	height:46px;
	line-height:46px;
	text-align:center;
	color:#d6d6d6;
	background-color:#333333;
	font-size:14px;
	}
.footlink{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding-left:138px;
	padding-top:50px;
	text-decoration:underline;
	}
/*åº•éƒ¨*/


</pre></body></html>